-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add PreviewImage touchZoom #279
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
放大到一定尺寸后横向或纵向滚动后再用手势放大OK吗? 另外放大应该需要一个最大倍数吧 |
Codecov Report
@@ Coverage Diff @@
## master #279 +/- ##
===========================================
- Coverage 97.90% 84.80% -13.11%
===========================================
Files 13 14 +1
Lines 382 487 +105
Branches 108 138 +30
===========================================
+ Hits 374 413 +39
- Misses 7 70 +63
- Partials 1 4 +3
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
放大到一定尺寸后 是指图片溢出后 手势缩放能不能正常工作吗 是的可以加个最大倍数,我试了下别的APP有的好像能放很大,所以不知道定多少合适 2倍可以吗 |
倍数这个, 等巨佬来指导吧, 溢出这个, 只要你双指缩放时都是以指头之间的中心为准就可以 |
好的 感谢大佬 |
这个好加测试用例吗? |
测试这块我研究下 平时用的不多=、= |
好滴 我试试🔋 |
最大倍数与最小倍数可以配置的,maxScale / minScale,默认是 50 / 1 |
改好了 大佬们再看看 测试那块我再研究下🔋 |
拖动的时候可以阻止下浏览器的默认行为。 |
好滴 |
优化了下 大佬们空了看下 🚀
|
这个阻尼感有点重 |
现在 touchmove 的逻辑是 图片的长宽 那边没有超出屏幕就会在 touchend 的时候回到屏幕居中的位置 |
这个阻尼是指那块呢 我刚刚吧 transitionDuration 改小了一点 |
是不是缩放着缩放着,手指明明操作图片缩小一半的大小,结果图片只是缩小了一点点,多操作就会这个bug; 机型:iphone手机 |
页面放大这版应该不会了 |
优化了下 大佬再试试看😁 |
贡献新功能
PreviewImage 添加移动端 虎口缩放功能😁😁😁😁
close ant-design/ant-design#44529